home *** CD-ROM | disk | FTP | other *** search
/ Earth & Beyond / Earth and Beyond (EA Games)(Disc 1).ISO / ENBData.cab / _B8040E089155457E9FF5F789901EBA41 < prev    next >
Text File  |  2002-07-30  |  1KB  |  52 lines

  1. ; This file defines various colors used in the game.
  2. ; Each color has an index - the server may use one of these indices to
  3. ; specify colorization of an effect, etc. This isolates the server from
  4. ; actual RGB values.
  5. ; This may be seen as a sort of palette.
  6.  
  7. ; The first entry is always reserved for "no color" (white)
  8.  
  9. [Color00]
  10. RGB=1.0,1.0,1.0
  11.  
  12. ; The next five colors are the colors associated with each damage type.
  13.  
  14. ; Impact damage color (Orange)
  15. [Color01]
  16. RGB=1.0,0.5,1.0
  17.  
  18. ; Explosive damage color (Red)
  19. [Color02]
  20. RGB=1.0,0.0,0.0
  21.  
  22. ; Plasma damage color (Purple)
  23. [Color03]
  24. RGB=1.0,0.0,1.0
  25.  
  26. ; Energy damage color (Blue)
  27. [Color04]
  28. RGB=0.0,0.0,1.0
  29.  
  30. ; EMP damage color (Green)
  31. [Color05]
  32. RGB=0.0,1.0,0.0
  33.  
  34. ; Chemical damage color (Yellow)
  35. [Color06]
  36. RGB=1.0,1.0,0.0
  37.  
  38. ; Absolute damage color (None/White)
  39. [Color07]
  40. RGB=1.0,1.0,1.0
  41.  
  42. ; System damage color (None/White)
  43. [Color08]
  44. RGB=1.0,1.0,1.0
  45.  
  46. ; Effect damage color (None/White)
  47. [Color09]
  48. RGB=1.0,1.0,1.0
  49.  
  50. ; Max damage color (White)
  51. [Color10]
  52. RGB=1.0,1.0,1.0